home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / cdbw.zip / UPDATES.TXT < prev   
Text File  |  1991-05-15  |  2KB  |  47 lines

  1.  
  2.                                   UPDATES.TXT
  3.  
  4.  
  5.  
  6. This file contains a description of modifications made to CDB For
  7. Windows since its inception.
  8.  
  9.  
  10. Version 0.90    (released 04/22/91)
  11. ============
  12.  
  13. - Initial release.
  14.  
  15.  
  16. Version 0.91    (released 05/06/91)
  17. ============
  18.  
  19. - The documentation has been enhanced.
  20.  
  21. - The sample source files have been modified to support the Zortech
  22.   C/C++ compiler.  Zortech C/C++ does not have a memory.h header file.
  23.  
  24. - Internal key pages were modified to be non write-through.  Before
  25.   this modification, all CDB database calls would flush modified
  26.   pages to disk before returning to the calling function.  This
  27.   change will greatly enhance the speed at which database records
  28.   can be added, modified and deleted.  To ensure that data is written
  29.   to disk, call the DbFlush function.  This function has been modified
  30.   to write all 'dirty' pages to disk.
  31.  
  32. - The DBSERVER.EXE 'cdb' function, a common entry point for all cdb
  33.   calls, has been modified to be ANSI C compatible.  This function
  34.   takes a variable number of arguments.  The argument list is now being
  35.   retrieved via the 'va_start', 'va_arg' ANSI C function calls.
  36.  
  37.  
  38. Version 0.92    (released 05/16/91)
  39. ============
  40.  
  41. - The documentation has been enhanced.
  42.  
  43. - The dbtalk library source files and the sample program source files
  44.   have been modified to support the Borland C++ v2.0 compiler.  The
  45.   dbtalk libraries included have been compiled with Microsoft C but
  46.   are compatible with Borland & Zortech C++.
  47.